Skip to content

deploy doc#6711

Merged
c121914yu merged 2 commits intomainfrom
v4.14.10-dev
Apr 2, 2026
Merged

deploy doc#6711
c121914yu merged 2 commits intomainfrom
v4.14.10-dev

Conversation

@c121914yu
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 05:43
@c121914yu c121914yu merged commit a55fdb4 into main Apr 2, 2026
7 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Docker Compose deployment artifacts and related docs to use the FastGPT v4.14.10.1 image tag.

Changes:

  • Bump fastgpt-app image tag from v4.14.10 to v4.14.10.1 across CN/global Docker Compose files (both deploy/ and document/public/ copies).
  • Update deploy/args.json to set the FastGPT tag to v4.14.10.1 for deploy file generation.
  • Update upgrade notes metadata and the V4.14.10 release notes page to reflect the new FastGPT image tag.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
document/public/deploy/docker/global/docker-compose.ziliiz.yml Bumps fastgpt-app image tag in global Zilliz compose doc artifact.
document/public/deploy/docker/global/docker-compose.seekdb.yml Bumps fastgpt-app image tag in global SeekDB compose doc artifact.
document/public/deploy/docker/global/docker-compose.pg.yml Bumps fastgpt-app image tag in global Pg compose doc artifact.
document/public/deploy/docker/global/docker-compose.oceanbase.yml Bumps fastgpt-app image tag in global OceanBase compose doc artifact.
document/public/deploy/docker/global/docker-compose.milvus.yml Bumps fastgpt-app image tag in global Milvus compose doc artifact.
document/public/deploy/docker/cn/docker-compose.zilliz.yml Bumps fastgpt-app image tag in CN Zilliz compose doc artifact.
document/public/deploy/docker/cn/docker-compose.seekdb.yml Bumps fastgpt-app image tag in CN SeekDB compose doc artifact.
document/public/deploy/docker/cn/docker-compose.pg.yml Bumps fastgpt-app image tag in CN Pg compose doc artifact.
document/public/deploy/docker/cn/docker-compose.oceanbase.yml Bumps fastgpt-app image tag in CN OceanBase compose doc artifact.
document/public/deploy/docker/cn/docker-compose.milvus.yml Bumps fastgpt-app image tag in CN Milvus compose doc artifact.
document/data/doc-last-modified.json Updates last-modified timestamps for selected docs pages.
document/content/docs/self-host/upgrading/4-14/41410.mdx Updates release notes upgrade guidance for the new FastGPT image tag.
deploy/docker/global/docker-compose.ziliiz.yml Bumps fastgpt-app image tag in global Zilliz compose.
deploy/docker/global/docker-compose.seekdb.yml Bumps fastgpt-app image tag in global SeekDB compose.
deploy/docker/global/docker-compose.pg.yml Bumps fastgpt-app image tag in global Pg compose.
deploy/docker/global/docker-compose.oceanbase.yml Bumps fastgpt-app image tag in global OceanBase compose.
deploy/docker/global/docker-compose.milvus.yml Bumps fastgpt-app image tag in global Milvus compose.
deploy/docker/cn/docker-compose.zilliz.yml Bumps fastgpt-app image tag in CN Zilliz compose.
deploy/docker/cn/docker-compose.seekdb.yml Bumps fastgpt-app image tag in CN SeekDB compose.
deploy/docker/cn/docker-compose.pg.yml Bumps fastgpt-app image tag in CN Pg compose.
deploy/docker/cn/docker-compose.oceanbase.yml Bumps fastgpt-app image tag in CN OceanBase compose.
deploy/docker/cn/docker-compose.milvus.yml Bumps fastgpt-app image tag in CN Milvus compose.
deploy/args.json Updates FastGPT tag used by deploy file generation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image: value ends with a trailing whitespace. It’s harmless for Docker Compose, but it creates noisy diffs and can trip YAML lint/format tooling. Consider trimming the trailing spaces in the generator/templates so all generated compose files are clean.

Suggested change
image: ghcr.io/labring/fastgpt:v4.14.10.1
image: ghcr.io/labring/fastgpt:v4.14.10.1

Copilot uses AI. Check for mistakes.
Comment on lines 135 to 139
fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The filename docker-compose.ziliiz.yml (global) doesn’t match the “Zilliz” spelling used elsewhere (e.g. deploy/docker/cn/docker-compose.zilliz.yml) and the deployment docs link to /deploy/docker/global/docker-compose.zilliz.yml (document/content/docs/self-host/deploy/docker.mdx:145). This mismatch can cause 404s for manual downloads unless the server adds a redirect/alias. Consider renaming to zilliz or publishing a duplicate/alias file and updating the generator/install script references accordingly.

Copilot uses AI. Check for mistakes.

- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in service name: fastpgt-pro should be fastgpt-pro to match the actual product/service name used elsewhere.

Suggested change
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
- 更新 fastgpt-pro(商业版) 镜像 tag: v4.14.10

Copilot uses AI. Check for mistakes.
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
- 更新 code-sandbox 镜像 tag: v4.14.10
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page updates the FastGPT image tag to v4.14.10.1, but the English release notes (document/content/docs/self-host/upgrading/4-14/41410.en.mdx) still instruct v4.14.10. To avoid inconsistent upgrade guidance between locales, update the EN doc (and any other release-note references) to the same tag, or clarify why only the CN doc differs.

Suggested change
- 更新 code-sandbox 镜像 tag: v4.14.10
- 更新 code-sandbox 镜像 tag: v4.14.10.1

Copilot uses AI. Check for mistakes.
"document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00",
"document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doc-last-modified.json updates the last-modified timestamp for document/content/docs/self-host/deploy/docker.mdx, but that file isn’t included in this PR’s diffs. If docker.mdx wasn’t actually changed, please revert this timestamp bump to keep the index accurate; otherwise ensure the corresponding content change is included in the PR.

Suggested change
"document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Docs Preview Deployed!

🔗 👀 Click here to visit preview

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-docs-pr:c01354c278b60d1083baf9bb9646dc290d5163f6

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 50.51% 20046 / 39683
🔵 Statements 50.51% 20046 / 39683
🔵 Functions 54.3% 631 / 1162
🔵 Branches 87.76% 3731 / 4251
File CoverageNo changed files found.
Generated in workflow #288 for commit c01354c by the Vitest Coverage Report Action

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Build Successful - Preview code-sandbox Image for this PR:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:code-sandbox_c01354c278b60d1083baf9bb9646dc290d5163f6

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Build Successful - Preview fastgpt Image for this PR:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fastgpt_c01354c278b60d1083baf9bb9646dc290d5163f6

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Build Successful - Preview mcp_server Image for this PR:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:mcp_server_c01354c278b60d1083baf9bb9646dc290d5163f6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants